net/http.http2ClientConn.idleTimer (field)
8 uses
net/http (current package)
h2_bundle.go#L7487: idleTimer http2timer
h2_bundle.go#L8003: cc.idleTimer = t.afterFunc(d, cc.onIdleTimeout)
h2_bundle.go#L8585: if cc.idleTimer != nil {
h2_bundle.go#L8586: cc.idleTimer.Stop()
h2_bundle.go#L9361: if len(cc.streams) == 0 && cc.idleTimer != nil {
h2_bundle.go#L9362: cc.idleTimer.Reset(cc.idleTimeout)
h2_bundle.go#L9427: if cc.idleTimer != nil {
h2_bundle.go#L9428: cc.idleTimer.Stop()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |